.cell h1 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    color: #89347B;
    margin-top: 5px;
    padding-bottom: 5px;
}

.cell p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    padding-bottom: 25px;
    text-align: justify;
}

.cell h6 {
    color: white;
}

.cell h2 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    color: #89347B;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}




.my-liston {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 20px;

}

.my-liston li {
    display: flex;
    align-items: top;
    /* Align items at the top */
    margin-bottom: 10px;

}

.my-liston li i {
    margin-right: 11px;
    color: #89347b;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
    padding-top: 4px;
    font-size: 14px;
    /* Increase the font size to your desired value */
}


.my-liston li .item-content {
    flex-grow: 1;
    /* Expand item-content to fill remaining space */
}

.my-liston li h3 {
    margin-top: 0;
    /* Remove margin above heading */
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    font-size: 18px;
    font-weight: 400;
}

.my-liston li p {
    margin-bottom: 0;
    /* Remove margin below content */
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    font-weight: 150;
    font-size: 16px;
}



.my-listoff {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 60px;
}

.my-listoff li {
    display: flex;
    align-items: top;
    /* Align items at the top */
    margin-bottom: 10px;

}

.my-listoff li i {
    margin-right: 11px;
    color: #89347b;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
    padding-top: 4px;
    font-size: 14px;
    /* Increase the font size to your desired value */
}


.my-listoff li .item-content {
    flex-grow: 1;
    /* Expand item-content to fill remaining space */
}

.my-listoff li h3 {
    margin-top: 0;
    /* Remove margin above heading */
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    font-size: 18px;
    font-weight: 400;
}

.my-listoff li p {
    margin-bottom: 0;
    /* Remove margin below content */
    font-family: "Roboto", sans-serif;
    /* Change the font-family to Roboto */
    font-weight: 150;
    font-size: 16px;
}

.image-textone img {
    display: inline-block;
    vertical-align: middle;
    /* add any other styles for the image */
}

.image-textone h2 {
    display: inline-block;
    vertical-align: middle;
    color: #89347b;
    font-size: 31px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 21.6px;
    /* add any other styles for the text */
}